Form Wizard

The Form Wizard is a plugin, available from the Tools menu.  It aids in quickly generating HTML forms.

Form Setup

In the wizard's first step, Form Setup, you define the whether or not to insert the FORM tags as well as the ACTION and METHOD attributes of the FORM tag.

Form Control List

The second step, Form Control List, displays all the form controls currently in the form.  Initially there will be none.  To add a control, select the type in the drop-down list and press the Insert button.  When you press the Insert button, a different Control Definition configuration screen appears, based on the type of control you're adding. To remove a control, highlight it and press the Remove button.  Press the up and down arrow buttons to reorder the list. Once you are satisfied with your form, press the Next button to proceed to the final step, Form Preview.

Control Definition

This step allows you to set all the attributes of the new control. Once you've defined the new control's attributes, press the Next button to return to the Form Control List step.  To cancel adding the control, press the Previous button instead.

Form Preview

This step displays your form as it will appear in a browser.  Press the Finish button to create the HTML code for the form in the current document or the Previous button to continue designing the form.